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 Ilya.Kulakov
Recipients Ilya.Kulakov
Date 2017-11-15.21:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510779666.78.0.213398074469.issue32041@psf.upfronthosting.co.za>
In-reply-to
Content
Happens on 3.6.3 only:

>>> import ctypes
>>> ctypes.cast('\0', ctypes.c_void_p)
ctypes.ArgumentError: argument 1: <class 'ValueError'>: embedded null character
History
Date User Action Args
2017-11-15 21:01:06Ilya.Kulakovsetrecipients: + Ilya.Kulakov
2017-11-15 21:01:06Ilya.Kulakovsetmessageid: <1510779666.78.0.213398074469.issue32041@psf.upfronthosting.co.za>
2017-11-15 21:01:06Ilya.Kulakovlinkissue32041 messages
2017-11-15 21:01:06Ilya.Kulakovcreate