issues
search
smarie
/
python-makefun
Dynamically create python functions with a proper signature.
https://smarie.github.io/python-makefun/
BSD 3-Clause "New" or "Revised" License
119
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed compat with python < 3.8
#111
smarie
closed
1 month ago
0
`SyntaxError: invalid syntax` with makefun 1.15.3 and 1.15.4 on python <3.6
#110
smarie
closed
1 month ago
0
Bump actions/download-artifact from 4.1.1 to 4.1.7 in /.github/workflows
#109
dependabot[bot]
opened
2 months ago
0
Added python 3.13
#108
smarie
closed
3 months ago
0
NotImplementedError: Predefining a positional-only argument using keyword is not supported
#107
smarie
opened
4 months ago
0
Feature/105 nox cleanup
#106
smarie
closed
4 months ago
0
TypeError: Session.install() got an unexpected keyword argument 'logfile'
#105
smarie
closed
4 months ago
1
Fix tests with Python 3.13
#104
mgorny
closed
3 months ago
3
Fix tests on Python 3.12.4
#103
mgorny
closed
4 months ago
2
Tests fail with python3.13b2
#102
keszybz
closed
3 months ago
3
Feature/100 virtualenv
#101
smarie
closed
7 months ago
0
chore: migrate nox backend to virtualenv
#100
smarie
closed
7 months ago
0
Match type exactly when checking TYPES_WITH_SAFE_REPR
#99
moskupols
closed
4 months ago
7
Can't wrap function with StrEnum as argument with default
#98
AlexeyDmitriev
closed
4 months ago
0
Fixed `SyntaxError` happening when the name of a native coroutine function to create contains `'return'`.
#97
smarie
closed
12 months ago
0
`SyntaxError` when creating a native coroutine function with name containing 'return'
#96
smarie
closed
12 months ago
0
Inconsistency in behavior of `functools.partial` and `makefun.partial`
#95
elchupanebrej
opened
1 year ago
1
wraps fails on decorating objects that miss or does not support __dict__ manipulation
#94
tokarenko
opened
1 year ago
1
[WIP] On the way to solving hopefully #90
#93
smarie
opened
1 year ago
0
Fixed `ValueError: Invalid co_name` on python 2
#92
smarie
closed
1 year ago
0
Regression : ValueError: Invalid co_name '_results_bag' for created function on python 2
#91
smarie
closed
1 year ago
1
KeyError when using a string `new_sig` in `@wraps`
#90
smarie
opened
2 years ago
0
ValueError: Invalid co_name
#89
smarie
opened
2 years ago
0
Should we add an explicit `funcopy` function ?
#88
smarie
opened
2 years ago
2
Add python 3.10 to CI
#87
smarie
closed
4 months ago
1
Use `__signature__` and set `__wrapped__` attribute even on signature-changing decorators.
#86
lucaswiman
closed
2 years ago
8
Forward references in annotations with a signature changing decorator
#85
lucaswiman
closed
2 years ago
6
Remove redundant wheel dep from pyproject.toml
#84
mgorny
closed
2 years ago
2
Remove the `bandit` version constraint when not needed anymore in the flake8-requirements file
#83
smarie
opened
2 years ago
0
Improve `add_signature_parameters` : add `first_possible` and `last_possible`
#82
smarie
opened
2 years ago
11
wraps() fails when wrapped function is a lambda
#81
andrewcleveland
closed
2 years ago
0
Add support for lambda functions
#80
andrewcleveland
closed
2 years ago
10
Regression in 1.13.0 with python 3.5
#79
smarie
closed
2 years ago
0
Add support for async generator functions
#78
broglep-work
closed
2 years ago
1
Asynchronous Generators are not properly handled
#77
broglep-work
closed
2 years ago
1
TypeError: _update_fields() got multiple values for keyword argument 'func'
#76
smarie
closed
3 years ago
1
`makefun.partial` does not set the `func` attribute as `functools.partial` does
#75
smarie
closed
3 years ago
0
Provide a `copy_fun(f, deep=False)` helper function
#74
smarie
opened
3 years ago
0
using `partial(f)` to create a "copy" is not equivalent to `wraps(f)(f)`
#73
smarie
closed
3 years ago
3
New layout separating src and tests.
#72
smarie
closed
3 years ago
1
Use latest genbadge and remove dependency to xunitparser
#71
smarie
closed
3 years ago
1
Need extra steps after renaming keyword parameters
#70
ickc
closed
3 years ago
6
1.11.3: pytest is failing because it cannot find makefun.tests module
#69
kloczek
closed
3 years ago
3
Remove circular dependency for tests
#68
fabaff
closed
3 years ago
0
[FIX] Prevent signature symbol to break on TypeError
#67
gcalmettes
closed
3 years ago
9
Chaining `@wraps` with non-modifying then modifying signatures leads to erroneous `__wrapped__` flag been kept.
#66
smarie
closed
3 years ago
0
New `prepend_arg` and `append_arg` would be handy in `@wraps`
#65
smarie
closed
3 years ago
0
`partial`'s behaviour should mimic `functools.partial`'s behaviour in terms of keywords-only arguments and args order
#64
smarie
closed
3 years ago
0
NameError: name 'inf' is not defined
#63
zhqu1148980644
closed
3 years ago
4
Bug in `partial()` when setting positional arguments
#62
jonathn
closed
3 years ago
3
Next