Skip to content
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

Non-existent member 'nb_inplace_divide' in PyNumberMethods #51003

Closed
kajiyama mannequin opened this issue Aug 21, 2009 · 2 comments
Closed

Non-existent member 'nb_inplace_divide' in PyNumberMethods #51003

kajiyama mannequin opened this issue Aug 21, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@kajiyama
Copy link
Mannequin

kajiyama mannequin commented Aug 21, 2009

BPO 6754
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2009-09-01.08:02:11.379>
created_at = <Date 2009-08-21.10:53:15.178>
labels = ['docs']
title = "Non-existent member 'nb_inplace_divide' in PyNumberMethods"
updated_at = <Date 2009-09-01.08:02:11.378>
user = 'https://bugs.python.org/kajiyama'

bugs.python.org fields:

activity = <Date 2009-09-01.08:02:11.378>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-09-01.08:02:11.379>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-08-21.10:53:15.178>
creator = 'kajiyama'
dependencies = []
files = []
hgrepos = []
issue_num = 6754
keywords = []
message_count = 2.0
messages = ['91814', '92130']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'kajiyama']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue6754'
versions = ['Python 3.1']

@kajiyama
Copy link
Mannequin Author

kajiyama mannequin commented Aug 21, 2009

In the "Python/C API Reference Manual", Section "Object Implementation
Support", Subsection "Number Object Structures"
(http://docs.python.org/3.1/c-api/typeobj.html#number-object-
structures), the definition of the PyNumberMethods structure has a non-
existent member 'nb_inplace_divide'. This should be simply omitted.

@kajiyama kajiyama mannequin assigned birkenfeld Aug 21, 2009
@kajiyama kajiyama mannequin added the docs Documentation in the Doc dir label Aug 21, 2009
@birkenfeld
Copy link
Member

Thanks, fixed in r74619.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant