Message79147
Would it be possible to rework your code so as not to define two
versions of Py_AddPendingCall() and Py_MakePendingCalls(), only putting
`#ifdef WITH_THREAD` sections where it's necessary? Or would it make the
code too quirky?
Also, it would be nice to have a test for this specific feature (e.g.
using a dedicated function in the _testcapi module), but perhaps it
isn't a showstopper either. |
|
| Date |
User |
Action |
Args |
| 2009-01-05 13:59:08 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, kristjan.jonsson, christian.heimes |
| 2009-01-05 13:59:08 | pitrou | set | messageid: <[email protected]> |
| 2009-01-05 13:59:07 | pitrou | link | issue4293 messages |
| 2009-01-05 13:59:07 | pitrou | create | |
|