Files
Phoenix/sip/siplib
Robin Dunn 6d77ad6341 Merge pull request #1286 from wxWidgets/fix-issue1277
Check if the interpreter still exists before trying to acquire the GIL

(cherry picked from commit 3aa44af267)
2019-09-13 14:03:19 -07:00
..
2017-01-21 13:21:59 -08:00
2018-10-03 09:47:13 -07:00
2017-01-21 13:21:59 -08:00
2017-01-21 13:21:59 -08:00
2015-03-17 13:24:18 -07:00
2017-11-02 21:39:05 -07:00
2017-01-21 13:21:59 -08:00
2018-01-16 09:37:04 -06:00
2019-04-13 16:32:05 -07:00
2017-01-21 13:21:59 -08:00
2018-10-03 09:47:13 -07:00

This folder contains a copy of the SIP runtime library code.  It is
here so we can make it part of the wxPython build instead of needing
to have a dependency upon SIP already being installed on user
machines.

3rd party extension modules that need to use or interact with wxPython
types or other items will need to ensure that they #include the sip.h
located in this folder so they will know the proper module name to
import to find this version of the runtime library.  This feature was
added in SIP 4.12.