Message196969
> 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? |
|
Date |
User |
Action |
Args |
2013-09-04 22:31:55 | vstinner | set | recipients:
+ vstinner, cgohlke, python-dev, serhiy.storchaka |
2013-09-04 22:31:55 | vstinner | set | messageid: <1378333915.2.0.251705885997.issue18909@psf.upfronthosting.co.za> |
2013-09-04 22:31:55 | vstinner | link | issue18909 messages |
2013-09-04 22:31:55 | vstinner | create | |
|