summaryrefslogtreecommitdiff
path: root/changelogs/fragments/53289-module-option-int-long.yml
blob: 9492dc8caf8672e4b57a92cbc9ed35812ba87baf (plain)
1
2
3
bugfixes:
- "If large integers are passed as options to modules under Python 2, module argument
   parsing will reject them as they are of type ``long`` and not of type ``int``."