Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-105332: [Enum] Fix unpickling flags in edge-cases#105348
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
enum.Flag with specific valuesThanks@sobolevn for the PR, and@ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry@sobolevn and@ethanfurman, I had trouble checking out the |
bedevere-bot commentedJun 8, 2023
GH-105519 is a backport of this pull request to the3.11 branch. |
Thanks@sobolevn for the PR, and@ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
bedevere-bot commentedJun 8, 2023
GH-105520 is a backport of this pull request to the3.12 branch. |
@ethanfurman thanks a lot for your help! 👍 |
Uh oh!
There was an error while loading.Please reload this page.
The only problem that this PR fixes is that
TypeError: unsupported operand type(s) for |: 'PxdEnum' and 'NoneType'does not happen anymore.It does not change any difference between 3.10 and 3.11