Message 330161 - Python tracker (original) (raw)
Message330161
Author | vstinner |
---|---|
Recipients | ncoghlan, serhiy.storchaka, vstinner |
Date | 2018-11-20.22:46:28 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1542753988.5.0.788709270274.issue35134@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I created a new PR 10624: * move "#ifndef Py_LIMITED_API" code to a new unstable/objimpl.h header file * Include/unstable/ files (Include/unstable/objimpl.h) are no longer prefixed with "unstable_". Include/unstable/ directory must not be added to the search paths for headers (gcc -I Include/unstable/). unstable/objimpl.h must not be included directly: it fails with a compiler error. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-11-20 22:46:28 | vstinner | set | recipients: + vstinner, ncoghlan, serhiy.storchaka |
2018-11-20 22:46:28 | vstinner | set | messageid: 1542753988.5.0.788709270274.issue35134@psf.upfronthosting.co.za |
2018-11-20 22:46:28 | vstinner | link | issue35134 messages |
2018-11-20 22:46:28 | vstinner | create |