Message7386
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. |
|
Date |
User |
Action |
Args |
2021-11-30 22:37:04 | tekberg | set | messageid: <1638311824.99.0.79924109073.issue2551174@roundup.psfhosted.org> |
2021-11-30 22:37:04 | tekberg | set | recipients:
+ tekberg, rouilj |
2021-11-30 22:37:04 | tekberg | link | issue2551174 messages |
2021-11-30 22:37:04 | tekberg | create | |
|