Re: Passing Keyword Arguments - Intermittent errors
Tim Parkin <[email protected]>
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <[email protected]> |
Phillip J. Eby wrote: > Now fixed in SVN r2576. The problem was that TypeEngine (the > type-tuples-only dispatcher) didn't handle keyword arguments correctly > on a type-cache miss. (For example, if you passed it a combination of > positional argument types it hadn't seen before.) Thanks Phillip! Tim