On Mon, Aug 19, 2019, at 1:19 PM, Brett Cannon wrote:
> Abhilash Raj (maxking) wrote:
> > Hi,
> > On August 19, 2019 9:35:02 AM UTC, Victor Stinner [email protected] wrote:
> > > Hi,
> > > To create a 3.5 backport, I use the following commands (something like
> > > this, adapt names ;-):
> > > c
Abhilash Raj (maxking) wrote:
> Hi,
> On August 19, 2019 9:35:02 AM UTC, Victor Stinner [email protected] wrote:
> > Hi,
> > To create a 3.5 backport, I use the following commands (something like
> > this, adapt names ;-):
> > cd ~/python/3.5
> > git checkout -b fix_something35
> > git cherr
Hi,
On August 19, 2019 9:35:02 AM UTC, Victor Stinner wrote:
>Hi,
>
>To create a 3.5 backport, I use the following commands (something like
>this, adapt names ;-):
>
> cd ~/python/3.5
> git checkout -b fix_something35
> git cherry-pick -x commit_sha1
> # maybe fix conflicts or make furth
Hi,
To create a 3.5 backport, I use the following commands (something like
this, adapt names ;-):
cd ~/python/3.5
git checkout -b fix_something35
git cherry-pick -x commit_sha1
# maybe fix conflicts or make further changes
make
./python -m test -v test_modified_test
# or better: