2013/1/27 Skip Montanaro <[email protected]>: > I hit a bug in the ctypes package on Solaris yesterday. > Investigating, I found there is a patch: > > http://bugs.python.org/issue5289 > > I applied it and verified that when run as a main program > ctypes/util.py now works. > > Is it too late to get this into 2.7.3?
Yes, it's far too late for 2.7.3, since that was released last April. :) I think it could go into 2.7.4, though. -- Regards, Benjamin _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
