-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[inferpython] raise error if ill-formed Python code object detected
Summary: The symbolic execution of the operand stack assume each there exist a static fixed size for each node. Some tests show it is not always the case with Python 3.8. We just throw an explicit error and delay the resolution to Python 3.10. Reviewed By: thizanne Differential Revision: D64832950 Privacy Context Container: L1208441 fbshipit-source-id: 07dd52f5014ee9b31f07e081785119d3b59d6853
- Loading branch information
1 parent
88ae5c8
commit 2435e8b
Showing
3 changed files
with
16 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters