This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients serhiy.storchaka, vstinner, xdegaye
Date 2017-06-26.13:34:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498484069.98.0.595207878003.issue30695@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, while working on the test case of PR 2406, I found by chance that the following script:

# Script start.
import _testcapi
class C(): pass
_testcapi.set_nomemory(0, 5)
C()
# Script end.

fails with:

python: Objects/call.c:89: _PyObject_FastCallDict: Assertion `!PyErr_Occurred()' failed.
Aborted (core dumped)

I will create a new issue when the current issue is closed.
History
Date User Action Args
2017-06-26 13:34:30xdegayesetrecipients: + xdegaye, vstinner, serhiy.storchaka
2017-06-26 13:34:29xdegayesetmessageid: <1498484069.98.0.595207878003.issue30695@psf.upfronthosting.co.za>
2017-06-26 13:34:29xdegayelinkissue30695 messages
2017-06-26 13:34:29xdegayecreate