[issue32106] Move sysmodule.c to Modules?

2017-11-21 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:

The builtins and sys modules are special as they are directly initialized at 
interpreter startup. They are parts of the interpreter core and this is why 
they are in the Python directory.

--
nosy: +serhiy.storchaka
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32106] Move sysmodule.c to Modules?

2017-11-21 Thread Decorater

Change by Decorater :


--
components: +Interpreter Core, Library (Lib)

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32106] Move sysmodule.c to Modules?

2017-11-21 Thread Decorater

New submission from Decorater :

After looking in the folder Python sysmodule.c is in there instead of in 
Modules. I am wondering if it has any reason to be in that folder instead of in 
Modules/* with the other builtin modules in python.

If not I think it is best to move it so that way it is easier to find for those 
who think sysmodule is in the Modules folder because it is an builtin module.

--
messages: 306671
nosy: Decorater
priority: normal
severity: normal
status: open
title: Move sysmodule.c to Modules?
versions: Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com