mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
This should definitely fix the crash with Python 3.12, even when scripts are auto-loaded (the previous fix was working only when the scripts are loaded manually).
This commit is contained in:
@@ -122,6 +122,7 @@ struct t_plugin_script_data
|
||||
void (*callback_load_file) (void *data, const char *filename);
|
||||
|
||||
/* functions */
|
||||
void (*init_before_autoload) ();
|
||||
void (*unload_all) ();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user