-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tests fail on Python 3.12 #13
Comments
Note: This repository is not marked as |
@zopefoundation/developers Sorry for this brought call: Is someone still using |
I think this may be a zope.security bug. On 3.11, IMO zope.security's |
I haven't actually bisected, but just from blame, my guess is that this is a consequence of the refactoring in python/cpython#104369. |
The type of these objects is a subclass of `types.BuiltinMethodType`, but not identical to it. This caused downstream failures on Python >= 3.12 due to refactoring of the `io` module, such as zopefoundation/zope.file#13.
The type of these objects is a subclass of `types.BuiltinMethodType`, but not identical to it. This caused downstream failures on Python >= 3.12 due to refactoring of the `io` module, such as zopefoundation/zope.file#13.
The type of these objects is a subclass of `types.BuiltinMethodType`, but not identical to it. This caused downstream failures on Python >= 3.12 due to refactoring of the `io` module, such as zopefoundation/zope.file#13.
@cjwatson Thank you for looking into this issue. Your changes in zope.security made GHA green. 🚀 |
PROBLEM REPORT
What I did:
Run the tests on Python 3.12 via #12
What I expect to happen:
Succeeding tests.
What actually happened:
Test failures with forbidden attributes, see https://github.com/zopefoundation/zope.file/actions/runs/9379282834/job/25823967864?pr=12 for details
What version of Python and Zope/Addons I am using:
master
branch ofzope.file
The text was updated successfully, but these errors were encountered: