Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Specialization never occurs with custom eval frame evaluator #146031

@DinoV

Description

@DinoV

Bug report

Bug description:

An eval frame evaluator doesn't necessarily want to disable specialization of Python -> Python calls... The custom eval frame can either hook the specializing functions its self or they can specify vectorcall on a function object which prevents the nested dispatch. There should be an option for the eval frame replacement to say they still want specialization to occur.

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

Metadata

Metadata

Assignees

Labels

interpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions