mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Change getbuiltin interface to get the name as an object.
This commit is contained in:
parent
a57fb011f1
commit
4f4a55b90c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,4 +24,4 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* Built-in module interface */
|
||||
|
||||
extern object *getbuiltin PROTO((char *));
|
||||
extern object *getbuiltin PROTO((object *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue