#1316 closed Patches (fixed)
Support for generic function(*args, **kwds) call operator.
Reported by: | Stefan Seefeld | Owned by: | Stefan Seefeld |
---|---|---|---|
Milestone: | To Be Determined | Component: | python USE GITHUB |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
Attachments (2)
Change History (8)
by , 15 years ago
Attachment: | call.patch added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|
I like it! Stefan, if you document it, you can check in the patch as far as I'm concerned,
by , 14 years ago
Attachment: | object.html.diff added |
---|
follow-up: 3 comment:2 by , 14 years ago
Status: | new → assigned |
---|
Please find attached some (minimal) docs (as part of the reference) covering these new functions. OK to check in with that ?
comment:3 by , 14 years ago
Status: | assigned → new |
---|
Replying to stefan:
Please find attached some (minimal) docs (as part of the reference) covering these new functions. OK to check in with that ?
Go for it!
follow-up: 5 comment:4 by , 14 years ago
Milestone: | Boost 1.36.0 → To Be Determined |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Checked in as revision 47846. (I take it it's much too late for a merge into the 36 branch, isn't it ?)
comment:5 by , 14 years ago
Replying to stefan:
Checked in as revision 47846. (I take it it's much too late for a merge into the 36 branch, isn't it ?)
You'd have to ask Beman
Enhanced object API with test case.