[Python-Dev] SIGCHECK() in longobject.c
Antoine Pitrou
solipsis at pitrou.net
Sun Oct 18 22:23:41 CEST 2009
More information about the Python-Dev mailing list
Sun Oct 18 22:23:41 CEST 2009
- Previous message: [Python-Dev] SIGCHECK() in longobject.c
- Next message: [Python-Dev] SIGCHECK() in longobject.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark Dickinson <dickinsm <at> gmail.com> writes: > > Yes, I suspect there are. Though you don't need millions of digits for a single > operation to take a noticeable amount of time: try str(10**100000), > for example. > > Is there a benefit to removing the check? Apart from casual cleanup, the reason I'm asking is that I'm experimenting with removing _Py_Ticker, and I want to know what I need to emulate :-) Antoine.
- Previous message: [Python-Dev] SIGCHECK() in longobject.c
- Next message: [Python-Dev] SIGCHECK() in longobject.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list