[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2020-03-20 Thread A.M. Kuchling


A.M. Kuchling  added the comment:

Patch has been applied.

--
nosy: +akuchling
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2018-10-26 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

Since all proposed PRs just change formatting, I suggest to close this issue.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2018-10-26 Thread శ్రీనివాస్ రెడ్డి తాటిపర్తి

Change by Srinivas  Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి) 
:


--
pull_requests: +9462

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2017-12-01 Thread Lisa Roach

Lisa Roach  added the comment:

I think these changes look good, ganziqim has real code improvements (in the 
form of adding lazycache to __all__ and using clear() in clearchache), as well 
as improving the code formatting for readability.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2017-12-01 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:

Could you please explain your suggestion ganziqim?

The patch looks like a collection of unrelated changes mostly changing the 
formatting of the code. Usually we don't do such changes. If there is a 
semantical change, it is hidden in a source churn.

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2017-12-01 Thread Raymond Hettinger

New submission from Raymond Hettinger :

These seems to be reasonable suggestions.

Lisa, would you care to review the patch?

--
assignee:  -> lisroach
nosy: +lisroach, rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2017-11-29 Thread GanZiQim

Change by GanZiQim :


--
keywords: +patch
pull_requests: +4555
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32173] linecache.py add lazycache to __all__ and use dict.clear to clear the cache

2017-11-29 Thread GanZiQim

Change by GanZiQim :


--
components: Library (Lib)
nosy: ganziqim
priority: normal
pull_requests: 4554
severity: normal
status: open
title: linecache.py add lazycache to __all__ and use dict.clear to clear the 
cache
type: behavior
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com