-
Notifications
You must be signed in to change notification settings - Fork 69
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
heads-up: test failures with Python 3.13~alpha1 - indentation doesn't match the expected #279
Comments
Thank you for reporting this issue, I'll activate Python 3.13 in GitHub actions to see if it comes this far. |
This seems currently to be blocked by python-cffi/cffi#23, so we'll probably will not get to a test run at all. |
Should the test for Python 3.13+ simply check the docstring without the indentation? Or is there any hidden meaning? I can prepare a PR and test it on Fedora. |
The function under test converts the docstring to (re-)structured text. So the test for 3.13+ can just leave out the indentation. |
In Python 3.13, compiler strips indents from docstrings. See python/cpython#81283 Fixes: zopefoundation#279
In Python 3.13, compiler strips indents from docstrings. See python/cpython#81283 Fixes: zopefoundation#279
In Python 3.13, compiler strips indents from docstrings. See python/cpython#81283 Fixes: #279
BUG/PROBLEM REPORT / FEATURE REQUEST
What I did:
In Fedora Linux, we're attempting to rebuild the system with the early Python 3.13 releases.
The test failure happens with Python 3.13~alpha1 during the RPM build.
In What's new in Python 3.13 there's:
What I expect to happen:
Successful build
What actually happened:
The text was updated successfully, but these errors were encountered: