[issue23842] SystemError: ../Objects/longobject.c:998: bad argument to internal function

Matthias Klose report at bugs.python.org
Wed Apr 1 19:57:27 CEST 2015


Matthias Klose added the comment:

no, simpler:

>>> import os
>>> os.minor(os.makedev(8,65))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: ../Objects/longobject.c:998: bad argument to internal function
>>> os.major(os.makedev(8,65))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: ../Objects/longobject.c:998: bad argument to internal function

----------

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


More information about the Python-bugs-list mailing list