[issue40036] Deleting duplicates in itertoolsmodule.c

2020-03-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for the patch. I've applied it to the 3.9. Don't see any need to backport this because it is just a minor code cleanup. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tr

[issue40036] Deleting duplicates in itertoolsmodule.c

2020-03-23 Thread Raymond Hettinger
New submission from Raymond Hettinger : New changeset 8dd1792c680caaf94a00cead82b238238f419172 by AlphaHot in branch 'master': bpo-40036: Deleting duplicates in itertoolsmodule.c (GH-18958) https://github.com/python/cpython/commit/8dd1792c680caaf94a00cead82b238238f419172 -- nosy: +rh

[issue40036] Deleting duplicates in itertoolsmodule.c

2020-03-21 Thread AlphaHot
Change by AlphaHot : -- nosy: AlphaHot priority: normal pull_requests: 18466 severity: normal status: open title: Deleting duplicates in itertoolsmodule.c versions: Python 3.7, Python 3.8, Python 3.9 ___ Python tracker