mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Use the sip -g flag so the GIL is released and reaquired for every API call
This commit is contained in:
@@ -118,8 +118,10 @@ class Configuration(object):
|
||||
|
||||
self.DOXY_XML_DIR = os.path.join(self.WXDIR, 'docs/doxygen/out/xml')
|
||||
|
||||
self.SIPOPTS = ' '.join(['-w', # enable warnings
|
||||
self.SIPOPTS = ' '.join([
|
||||
'-w', # enable warnings
|
||||
'-o', # turn on auto-docstrings
|
||||
'-g', # turn on acquire/release of GIL for everything
|
||||
#'-e', # turn on exceptions support
|
||||
#'-T', # turn off writing the timestamp to the generated files '-g', # always release and reaquire the GIL
|
||||
#'-r', # turn on function call tracing
|
||||
|
||||
Reference in New Issue
Block a user