Roundup Tracker - Issues

Message7386

Author tekberg
Recipients rouilj, tekberg
Date 2021-11-30.22:37:04
Message-id <1638311824.99.0.79924109073.issue2551174@roundup.psfhosted.org>
In-reply-to
This is code I wrote. Python2 was able to determine what symbols were 
referenced in a zope python expression. Python3 needed a more complex 
approach. For python3 using the python2 approach didn't determine all of 
the symbols in a zope python expression. It broke one of our trackers and 
had to be fixed. Not sure why pypy3 has trouble with 'import symtable'.

If someone else has a way for python3 to determine which symbols are 
referenced in a zope python expression that should be examined.
History
Date User Action Args
2021-11-30 22:37:04tekbergsetmessageid: <1638311824.99.0.79924109073.issue2551174@roundup.psfhosted.org>
2021-11-30 22:37:04tekbergsetrecipients: + tekberg, rouilj
2021-11-30 22:37:04tekberglinkissue2551174 messages
2021-11-30 22:37:04tekbergcreate