Serhiy Storchaka added the comment:

`atexit.register()` has different signature and allows to pass arbitrary 
positional and keyword arguments to the registered function. This is 
incompatible with the "when" argument. If we want to support registering 
arguments with the function, we need either three registering functions or make 
the "when" parameter the first and positional-only.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16500>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to