bpo-38942: Fix possible assertion failures in csv.Dialect()#17415
bpo-38942: Fix possible assertion failures in csv.Dialect()#17415ZackerySpytz wants to merge 1 commit intopython:mainfrom
Conversation
|
Do you mind to write a test? Just create a class with a property which raises an exception and pass its instance to csv.Dialect(). Test for different attribute names and for AttributeError and non-AttributeError exceptions. |
|
This is labelled awaiting merge, but from the discussion it looks like it should be labelled awaiting changes. |
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
Actually this was already done in bio-44630. |
https://bugs.python.org/issue38942