[issue30873] `SystemError: <built-in function create_builtin> returned NULL without setting an error` from importing _pickle on Windows

STINNER Victor report at bugs.python.org
Mon Jul 10 08:52:47 EDT 2017


STINNER Victor added the comment:

ppperry: First, please create a Python script and attach it to the issue, it would make it easier to reproduce the bug. Second, which Python version did you test? I tested 3.6 and master Git branches on Windows, and I'm unable to reproduce the bug.

I'm able to reproduce the bug on Windows using Python 3.6.1, but this version still contains issue30626 bug. I'm unable to reproduce the bug using 3.6.2rc2, so to be, this bug is just a duplicate of issue30626.

Please try: https://www.python.org/downloads/release/python-362rc2/

----------
nosy: +haypo
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> "SystemError: <class '_io.TextIOWrapper'> returned NULL without setting an error"  from open function

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30873>
_______________________________________


More information about the Python-bugs-list mailing list