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 vstinner
Recipients cgohlke, python-dev, serhiy.storchaka, vstinner
Date 2013-09-04.22:31:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378333915.2.0.251705885997.issue18909@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 1a65bb15dedf by Victor Stinner in branch '2.7':
> Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
> http://hg.python.org/cpython/rev/1a65bb15dedf

I prefer to use a function taking a void* instead of hoping that Py_ssize_t has exactly the same size than void*. Ok, the type may change, but who cares? Do you really rely on the exact type of a private function (_tkinter.tkapp.interpaddr())? :-)

@Christoph: Thanks for the report! Can you please your usecase on Python 2.7, 3.3 and/or 3.4 on Windows 64 bit?
History
Date User Action Args
2013-09-04 22:31:55vstinnersetrecipients: + vstinner, cgohlke, python-dev, serhiy.storchaka
2013-09-04 22:31:55vstinnersetmessageid: <1378333915.2.0.251705885997.issue18909@psf.upfronthosting.co.za>
2013-09-04 22:31:55vstinnerlinkissue18909 messages
2013-09-04 22:31:55vstinnercreate