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

type_modified() in typeobject.c should be public #47238

Closed
scoder opened this issue May 28, 2008 · 2 comments
Closed

type_modified() in typeobject.c should be public #47238

scoder opened this issue May 28, 2008 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@scoder
Copy link
Contributor

scoder commented May 28, 2008

BPO 2989
Nosy @birkenfeld, @scoder
Files
  • pytype_modified.patch: Patch that renames type_modified() to PyType_Modified() and makes it public
  • 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 = None
    closed_at = <Date 2008-05-28.11:21:53.441>
    created_at = <Date 2008-05-28.10:52:37.384>
    labels = ['interpreter-core', 'type-feature']
    title = 'type_modified() in typeobject.c should be public'
    updated_at = <Date 2008-05-28.11:21:53.413>
    user = 'https://github.com/scoder'

    bugs.python.org fields:

    activity = <Date 2008-05-28.11:21:53.413>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-05-28.11:21:53.441>
    closer = 'georg.brandl'
    components = ['Interpreter Core']
    creation = <Date 2008-05-28.10:52:37.384>
    creator = 'scoder'
    dependencies = []
    files = ['10457']
    hgrepos = []
    issue_num = 2989
    keywords = ['patch']
    message_count = 2.0
    messages = ['67444', '67446']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'scoder']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue2989'
    versions = ['Python 2.6', 'Python 3.0']

    @scoder
    Copy link
    Contributor Author

    scoder commented May 28, 2008

    Here is a patch that makes this function public. This allows C code to
    correctly taint a type after updating its attributes or base classes.

    @scoder scoder added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels May 28, 2008
    @birkenfeld
    Copy link
    Member

    Committed r63757.

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants