-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-24766: doc= argument to 8000 subclasses of property not handled correctly #2487
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
Conversation
should this have "awaiting merge" as a tag? |
I don't know. I guess? |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Forgot about this for a ah, long time. |
|
I see... is there a test for this (bizarre) case? Perhaps there should be? |
In fact, I'm not really sure what you're suggesting be done here. |
I suggest that the There is no test for this case, and I suggest to add one. |
I agree, though this appears to be a different issue. Your case is broken the same way with or without this patch and is not the same as the specific issue that this is fixing. Though I don't mind fixing both as long as I'm monkeying around in there... |
It looks just as a corner case of the original. I think it should be fixed in this PR. |
@embray, please address Serhiy's last comment and also resolve the merge conflict. Thank you! |
@csabella Rebased, and addressed @serhiy-storchaka's corner case, which I agree was related. |
@embray Please click the button in #2487 (comment) to re-sign the CLA with your current GH email. It is needed to merge here. |
This PR is stale because it has been open for 30 days with no activity. |
This PR is stale because it has been open for 30 days with no activity. |
Thanks @embray for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…tly (pythonGH-2487) (cherry picked from commit 4829522) Co-authored-by: E. M. Bray <erik.bray@lri.fr> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sorry, @embray and @serhiy-storchaka, I could not cleanly backport this to
|
GH-120305 is a backport of this pull request to the 3.13 branch. |
… correctly (pythonGH-2487) (cherry picked from commit 4829522) Co-authored-by: E. M. Bray <erik.bray@lri.fr> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-120312 is a backport of this pull request to the 3.12 branch. |
…tly (pythonGH-2487) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…tly (pythonGH-2487) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…tly (pythonGH-2487) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Here's a PR for a small fix I've had languishing for it looks like a couple years now. Do I need to add a blurb as well?
https://bugs.python.org/issue24766
#68954