Re: [Python-Dev] Implementing (parts of) copy module in C

2016-11-03 Thread Rasmus Villemoes
On Wed, Nov 02 2016, "Stephen J. Turnbull" wrote: > > Where/how should RFC patches be posted? > > To the issue tracker, bugs.python.org. A follow-up here (and if you > choose to post to python-list, there) to mention the issue number and > URL is a good idea. Thanks. Turns out to be a lot eas

[Python-Dev] Implementing (parts of) copy module in C

2016-11-01 Thread Rasmus Villemoes
First, apologies if this isn't the appropriate list; I trust I'll be nudged in the right direction. I'm using (and contributing to) an application which spends a significant part of its startup time calling copy.deepcopy, so I thought I'd try to write a C extension to speed this up. Aside from avo