Message308639
Delay-loading of the python DLL is impossible when using some C macros.
For instance, PyLong_Check() is OK, but PyBool_Check() or PyFunc_Check()
will eventually raise a link error.
This is due to the fact that PyBool_Check() directly use the PyBool_Type symbol instead of getting a reference through a function.
For the same reason, Py_False and Py_True are problematic. |
|
| Date |
User |
Action |
Args |
| 2017-12-19 13:13:18 | Pierre Chatelier | set | recipients:
+ Pierre Chatelier, paul.moore, tim.golden, zach.ware, steve.dower |
| 2017-12-19 13:13:18 | Pierre Chatelier | set | messageid: <1513689198.93.0.213398074469.issue32371@psf.upfronthosting.co.za> |
| 2017-12-19 13:13:18 | Pierre Chatelier | link | issue32371 messages |
| 2017-12-19 13:13:18 | Pierre Chatelier | create | |
|