| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
|
|
||
| #define INTRINSIC_PRINT 1 | ||
| #define INTRINSIC_IMPORT_STAR 2 | ||
| #define INTRINSIC_STOPITERATION_ERROR 3 | ||
|
|
||
| #define MAX_INTRINSIC_1 3 | ||
|
|
||
| typedef PyObject *(*instrinsic_func1)(PyThreadState* tstate, PyObject *value); | ||
|
|
||
| extern instrinsic_func1 _PyIntrinsics_UnaryFunctions[]; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Add new :opcode:`CALL_INSTRINSIC_1` instruction. Remove | ||
| :opcode:`IMPORT_STAR`, :opcode:`PRINT_EXPR` and | ||
| :opcode:`STOPITERATION_ERROR`, replacing them with the | ||
| :opcode:`CALL_INSTRINSIC_1` instruction. |
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.