This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients Michael Jacob, lukasz.langa
Date 2022-02-17.12:22:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645100571.63.0.121951299491.issue26469@roundup.psfhosted.org>
In-reply-to
Content
Note: the problem here was due to passing `ExtendedInterpolation` (the class) instead of `ExtendedInterpolation()` (the object). This is now fixed through BPO-41086.
History
Date User Action Args
2022-02-17 12:22:51lukasz.langasetrecipients: + lukasz.langa, Michael Jacob
2022-02-17 12:22:51lukasz.langasetmessageid: <1645100571.63.0.121951299491.issue26469@roundup.psfhosted.org>
2022-02-17 12:22:51lukasz.langalinkissue26469 messages
2022-02-17 12:22:51lukasz.langacreate