Hi,
I have embedded python3.3 in my application.
I got a crash when I ran a sample python script using it.
As per my assumption, On interpreter shutdown, all strings are released
(through _PyUnicode_ClearStaticStrings). (Found in one of the comments of
object.h file)
When I tried to debug p
New submission from Prashant Kurnawal:
I have embedded python3.3 in my application.
I got a crash when I ran a python script containing sample TK window creation
code in it.
On interpreter shutdown, all strings are released (through
_PyUnicode_ClearStaticStrings). (I Found this description
Prashant Kurnawal added the comment:
When are you planning to submit a fix for it..? This bug will be fixed in
python3.3 and a new version of python3.3 will be released..? Or it will be
fixed in python3.4..?
--
___
Python tracker
<h