Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2016-04-28 | 445 Bytes | |
pycxx-6.2.7.tar.gz | 2016-04-28 | 142.8 kB | |
Totals: 2 Items | 143.2 kB | 0 |
Version 6.2.7 (28-Apr-2016) * Fix missing ptr__Unicode_Type. * Fixes from learn0more@gmail.com make python2 also remember the m_module and add accessor functions. * Fix for indirection issues from Vivian De Smedt. * Update to work with latest Microsoft Visual C++ for python 2.7. All test run in Win32 and Win64. * PyCXX.html documention has been updated, especially with 2TO3 information. * Use delete[] for objects allocated with new[].