-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_exceptions.ExceptionTests.testMemoryErrorBigSource
fails on certain platforms
#110800
New issue
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
Comments
FFY00
added a commit
to FFY00/cpython
that referenced
this issue
Oct 13, 2023
…urce Signed-off-by: Filipe Laíns <[email protected]>
Duplicate of #110767 |
FFY00
added a commit
to FFY00/cpython
that referenced
this issue
Oct 13, 2023
Signed-off-by: Filipe Laíns <[email protected]>
FFY00
added a commit
to FFY00/cpython
that referenced
this issue
Oct 13, 2023
Signed-off-by: Filipe Laíns <[email protected]>
lysnikolaou
added a commit
to FFY00/cpython
that referenced
this issue
Oct 13, 2023
FFY00
added a commit
to FFY00/cpython
that referenced
this issue
Oct 13, 2023
…urce Signed-off-by: Filipe Laíns <[email protected]> add the suggested test markers Signed-off-by: Filipe Laíns <[email protected]> fix incorrect logic Signed-off-by: Filipe Laíns <[email protected]> add _size arg that got lost in the merge Signed-off-by: Filipe Laíns <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
Example: https://buildbot.python.org/all/#/builders/1056/builds/3329/steps/10/logs/stdio
This seems to be due to the
PySequence_Repeat
taking aPy_ssize_t
, which is platform dependent.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: