python.cfg: Added support for some macros found by daca@home.

This commit is contained in:
orbitcowboy 2019-08-02 08:13:38 +02:00
parent 41549f4801
commit 48b9d61d49
1 changed files with 4 additions and 0 deletions

View File

@ -168,4 +168,8 @@
<!-- Deprecated DL_IMPORT and DL_EXPORT macros -->
<define name="DL_IMPORT(RTYPE)" value="RTYPE"/>
<define name="DL_EXPORT(RTYPE)" value="RTYPE"/>
<define name="Py_BEGIN_ALLOW_THREADS" value=""/>
<define name="Py_END_ALLOW_THREADS" value=""/>
<define name="Py_BLOCK_THREADS" value=""/>
<define name="Py_UNBLOCK_THREADS" value=""/>
</def>