Skip to content

issues Search Results · repo:micheles/decorator language:Python

Filter by

110 results
 (70 ms)

110 results

inmicheles/decorator (press backspace or delete to remove)

GitHub warns when browsing the commit This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Is it forgotten to push the branch along with the ...
  • ziyao233
  • Opened 
    19 days ago
  • #171

https://pypi.org/project/decorator/5.2.0/ was released to Pypi but we are missing the GIT tag https://github.com/micheles/decorator/releases/tag/5.2.0
  • hswong3i
  • 2
  • Opened 
    on Feb 22
  • #168

The released tarball contains tests/test.py but lacks tests/documentation.py which makes it impossible to run the unit tests during an Arch Linux package build.
  • jelly
  • 8
  • Opened 
    on Feb 22
  • #167

Should the double % on line 445 be a single % (like elsewhere in the file), or is there some string syntax we are missing? Discovered in https://github.com/scipy/scipy/pull/21029#discussion_r1650191130. ...
  • lucascolley
  • 2
  • Opened 
    on Jun 28, 2024
  • #164

In Python without decorator package, if I want to create a custom decorator that supports both sync and async function, I can write the following: import inspect def custom_decorator(func): if inspect.iscoroutinefunction(func): ...
  • Doma1204
  • 1
  • Opened 
    on Aug 8, 2023
  • #159

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@xfaraday) has found a potential issue, which I would be eager to share with you. Could you add a SECURITY.md ...
  • psmoros
  • Opened 
    on May 26, 2023
  • #158

If I just ran the example from the doc: from decorator import decorator @decorator def warn_slow(func, timelimit=60, *args, **kw): print(kw) t0 = time.time() result = func(*args, **kw) ...
  • mlguruz
  • 3
  • Opened 
    on May 10, 2023
  • #157

Having an issue pulling in the new version from the repo. How can I get it to pull in properly, not able to kick off a PowerVC install due to it.
  • crookedmosquito
  • 1
  • Opened 
    on Mar 3, 2023
  • #156

Hello, in Fedora, we are rebuilding all Python packages with the upcoming Python 3.12 (currently 5th alpha). I am getting this error: RuntimeError: There is no current event loop in thread MainThread ...
  • hrnciar
  • 1
  • Opened 
    on Feb 14, 2023
  • #154
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub