[issue20152] Derby: Convert the _imp module to use Argument Clinic

2014-01-07 Thread Brett Cannon
Brett Cannon added the comment: I have attached my conversion of import.c. Larry, can you look it over to make sure I did it as expected? I tried to not have to write my own converter for O& as the docs seem to suggest object(converter='...') should work, but I got an error instead. -

[issue20152] Derby: Convert the _imp module to use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: I'm normalizing the names of these issues so they're easier to read and to search for. -- title: Use Argument Clinic with _imp -> Derby: Convert the _imp module to use Argument Clinic ___ Python tracker