Commit 21b9239
committed
gh-100150: document that --without-doc-strings affects inspect.signature
Add a note to the --without-doc-strings documentation explaining that
disabling docstrings also prevents inspect.signature() from retrieving
signatures for built-in functions and methods implemented in C, since
those signatures are embedded in their docstrings by Argument Clinic.1 parent 072cd7c commit 21b9239
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
816 | 827 | | |
817 | 828 | | |
818 | 829 | | |
| |||
0 commit comments