Page MenuHomeSolus

Update python-decorator to 4.3.2
ClosedPublic

Authored by maverick1 on May 21 2019, 6:03 PM.
Tags
None
Referenced Files
F11070248: D6386.diff
Sat, Aug 12, 12:02 AM
F10999515: D6386.diff
Fri, Jul 28, 3:19 PM
F10918051: D6386.id.diff
Jul 8 2023, 8:00 PM
F10847298: D6386.id15866.diff
Jun 11 2023, 9:49 AM
F10846474: D6386.id15401.diff
Jun 11 2023, 4:52 AM
F10826509: D6386.diff
Jun 4 2023, 3:04 AM
Subscribers

Details

Summary

Update python-decorator to 4.3.2

Changes

  • Fixed a regression with decorator factories breaking the case with no arguments by going back to the syntax used in version 4.2.
  • Now the decorator module can decorate generator functions by preserving their being generator functions.
  • Extended the decorator family facility to work with positional arguments and updated the documentation. Removed decorator.getargspec and provided decorator.getfullargspec instead.
Test Plan

Ran some example codes from the documentation site and tested with reverse dependencies like ipython, thefuck and networkx

Diff Detail

Repository
R3482 python-decorator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Ran some example codes from the documentation site

And what about it's revdeps?

This revision now requires changes to proceed.May 27 2019, 10:52 AM

ipython, thefuck and networkx working.

In which case LGTM, thanks!

This revision is now accepted and ready to land.Jun 28 2019, 2:24 PM
This revision was automatically updated to reflect the committed changes.