Ticket #79 (closed defect: duplicate)

Opened 2 months ago

Last modified 2 weeks ago

optimize argument parsing when kwds empty

Reported by: robertwb Assigned to: somebody
Priority: major Milestone: 0.10
Component: Optimization Version:
Keywords: Cc:

Description

Currently a call to __Pyx_SplitKeywords is made even when kwds==NULL.

Change History

09/24/2008 01:54:51 AM changed by robertwb

  • status changed from new to closed.
  • resolution set to duplicate.

This is actually handled nicely by http://hg.cython.org/cython-devel/rev/485839f0539c , I was looking at old Cython output.

11/08/2008 03:33:29 PM changed by robertwb

  • component changed from Code Generation to Optimization.