bpo-33958: Doc: Remove unused variable in example (GH-7927) · python/cpython@ff41cc7 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit ff41cc7
and
authored
(cherry picked from commit 62b6cea) Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) srinivasreddy@users.noreply.github.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3,7 +3,7 @@ | ||
3 | 3 | int |
4 | 4 | main(int argc, char *argv[]) |
5 | 5 | { |
6 | -PyObject *pName, *pModule, *pDict, *pFunc; | |
6 | +PyObject *pName, *pModule, *pFunc; | |
7 | 7 | PyObject *pArgs, *pValue; |
8 | 8 | int i; |
9 | 9 |