Philippe Descombes

Philippe Descombes is a French racing driver currently competing in the TCR Asia Series. Having previously competed in the Porsche Carrera Cup Asia, Formula 3 Asia and Formula 2000 Asia amongst others.

Philippe Descombes
NationalityFrench
BornFrance
TCR Asia Series career
Debut season2015
Current teamAsia Racing Team
Car number14
Starts3
Wins2
Poles1
Fastest laps2
Previous series
2012
2002
2001
2000
1999-00
1996-97
Porsche Carrera Cup Asia
Formula 3 Asia
Macau Asian Formula 2000
Ericsson Formula Challenge
Formula 2000 Asia
Championnat de France Formule Renault
Championship titles
2001
2000
Macau Asian Formula 2000
Ericsson Formula Challenge

Racing career

Descombes began his career in 1996 in the Championnat de France Formule Renault, he finished 13th in the standings in 1997. In 1999 he switched to the Formula 2000 Asia series. He switched to the Ericsson Formula Challenge in 2000, winning the title that year. In 2001 he raced in the Macau Asian Formula 2000 Challenge also winning the title the same year. He raced in the Formula 3 Asia in 2002 and in the Porsche Carrera Cup Asia in 2012.[1]

In September 2015 it was announced that he would race in the first ever TCR Asia Series round in Sepang, driving a SEAT León Cup Racer for Asia Racing Team.[2]

gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.

References

  1. "Philippe Descombes career statistics". Driver Database. Retrieved 9 September 2015.
  2. Casillo, Pietro (4 September 2015). "Descombes and Avila to race at Sepang with Asia Racing Team". TouringCarTimes.com. Mediaempire Stockholm AB. Retrieved 9 September 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.