how to read linux kernel source with pycparser (Reposting On Python-List Prohibited)
meInvent bbird
jobmattcon at gmail.com
Tue Oct 4 21:54:23 EDT 2016
More information about the Python-list mailing list
Tue Oct 4 21:54:23 EDT 2016
- Previous message (by thread): how to read linux kernel source with pycparser (Reposting On Python-List Prohibited)
- Next message (by thread): lxml ignore none in getchildren
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
yes, i searched in google between 2011 and 2012 descending for loop is faster than ascending for loop On Wednesday, October 5, 2016 at 9:48:41 AM UTC+8, Chris Angelico wrote: > On Wed, Oct 5, 2016 at 12:41 PM, meInvent bbird <jobmattcon at gmail.com> wrote: > > so far i do not know which bug i search for > > > > i would like to change style of for loop > > > > form ascending to descending style > > > > for(int i=0; i<3; ++i) > > > > to > > > > for(int i=3; i>=0; --i) > > > > or > > > > most crazy to change if else if else into mealy machine > > Are you aware that those loops are significantly different? > > ChrisA
- Previous message (by thread): how to read linux kernel source with pycparser (Reposting On Python-List Prohibited)
- Next message (by thread): lxml ignore none in getchildren
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list